Html Css Color HEX #6501CF Purple Heart

📋 copy color: '#6501CF'

red 101 ◦ green 1 ◦ blue 207

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

Shades of Purple Heart #6501CF

Tints of Purple Heart #6501CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 32.69%
G = 0.32%
B = 66.99%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6501CF (or 0x6501CF) is known color: Purple Heart. HEX triplet: 65, 01 and CF. RGB value is (101,1,207). Sum of RGB (Red+Green+Blue) = 101+1+207=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #6501CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501CF is #9AFE30. Grayscale: #353535. Windows color (decimal): -10157617 or 13566309. OLE color: 13566309.

HSL color Cylindrical-coordinate representation of color #6501CF: hue angle of 269.13º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501CF is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 1 207 -
CMYK 0.51 1.00 0 0.19
HSL 269.13º 0.99% 0.41% -
HSV(B) 269.13º 1% 0.81% -
XYZ 16.64 7.29 59.56 -
YUV 54.38 214.13 161.25 -
System Red Green Blue C M Y K H S L
Decimal 101 1 207 0.51 1.00 0 0.19 269.13 0.99 0.41
Hex 65 1 CF 33 64 0 13 10D 63 29
Octal 145 1 317 63 144 0 23 415 143 51
Binary 1100101 1 11001111 110011 1100100 0 10011 100001101 1100011 101001

Color Harmonies of #6501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501CF

Black with #6501CF

Text Example


Text Example

White with #6501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6501CF; }

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

 H1.HeaderClassName
 {
   color: #6501CF;
 }
 .AnyTagClassName
 {
   color: #6501CF;
 }
</style>

background-color css

<style>
 a { background-color: #6501CF; }

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

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

border-color css

<style>
 span { border-color: #6501CF; }

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

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