Html Css Color HEX #651CCF Purple Heart

📋 copy color: '#651CCF'

red 101 ◦ green 28 ◦ blue 207

#651CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #651CCF

Tints of Purple Heart #651CCF

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

 GREEN value IS 28 (11.33% from 255) = 8.33%

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 30.06%
G = 8.33%
B = 61.61%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#651CCF (or 0x651CCF) is known color: Purple Heart. HEX triplet: 65, 1C and CF. RGB value is (101,28,207). Sum of RGB (Red+Green+Blue) = 101+28+207=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #651CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651CCF is #9AE330. Grayscale: #454545. Windows color (decimal): -10150705 or 13573221. OLE color: 13573221.

HSL color Cylindrical-coordinate representation of color #651CCF: hue angle of 264.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651CCF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 28 207 -
CMYK 0.51 0.86 0 0.19
HSL 264.47º 0.76% 0.46% -
HSV(B) 264.47º 0.86% 0.81% -
XYZ 17.04 8.1 59.7 -
YUV 70.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 101 28 207 0.51 0.86 0 0.19 264.47 0.76 0.46
Hex 65 1C CF 33 56 0 13 108 4C 2E
Octal 145 34 317 63 126 0 23 410 114 56
Binary 1100101 11100 11001111 110011 1010110 0 10011 100001000 1001100 101110

Color Harmonies of #651CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651CCF

Black with #651CCF

Text Example


Text Example

White with #651CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651CCF; }

 p { color: rgb(101,28,207); }

 H1.HeaderClassName
 {
   color: #651CCF;
 }
 .AnyTagClassName
 {
   color: #651CCF;
 }
</style>

background-color css

<style>
 a { background-color: #651CCF; }

 a { background-color: rgb(101,28,207); }

 div.DivClassName
 {
   background-color: #651CCF;
 }
 .BgClassName
 {
   background-color: #651CCF;
 }
</style>

border-color css

<style>
 span { border-color: #651CCF; }

 span { border-color: rgb(101,28,207); }

 td.TdClassName
 {
   border-color: #651CCF;
 }
 .TagClassName
 {
   border-color: #651CCF;
 }
</style>