Html Css Color HEX #6519CF Purple Heart

📋 copy color: '#6519CF'

red 101 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #6519CF

Tints of Purple Heart #6519CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

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

R = 30.33%
G = 7.51%
B = 62.16%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6519CF (or 0x6519CF) is known color: Purple Heart. HEX triplet: 65, 19 and CF. RGB value is (101,25,207). Sum of RGB (Red+Green+Blue) = 101+25+207=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6519CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519CF is #9AE630. Grayscale: #434343. Windows color (decimal): -10151473 or 13572453. OLE color: 13572453.

HSL color Cylindrical-coordinate representation of color #6519CF: hue angle of 265.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6519CF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 25 207 -
CMYK 0.51 0.88 0 0.19
HSL 265.06º 0.78% 0.45% -
HSV(B) 265.06º 0.88% 0.81% -
XYZ 16.98 7.97 59.67 -
YUV 68.47 206.18 151.2 -
System Red Green Blue C M Y K H S L
Decimal 101 25 207 0.51 0.88 0 0.19 265.06 0.78 0.45
Hex 65 19 CF 33 58 0 13 109 4E 2D
Octal 145 31 317 63 130 0 23 411 116 55
Binary 1100101 11001 11001111 110011 1011000 0 10011 100001001 1001110 101101

Color Harmonies of #6519CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519CF

Black with #6519CF

Text Example


Text Example

White with #6519CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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