Html Css Color HEX #6519CB Purple Heart

📋 copy color: '#6519CB'

red 101 ◦ green 25 ◦ blue 203

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

Shades of Purple Heart #6519CB

Tints of Purple Heart #6519CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 30.7%
G = 7.6%
B = 61.7%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6519CB (or 0x6519CB) is known color: Purple Heart. HEX triplet: 65, 19 and CB. RGB value is (101,25,203). Sum of RGB (Red+Green+Blue) = 101+25+203=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #6519CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519CB is #9AE634. Grayscale: #434343. Windows color (decimal): -10151477 or 13310309. OLE color: 13310309.

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

Color convert

RGB 101 25 203 -
CMYK 0.50 0.88 0 0.20
HSL 265.62º 0.78% 0.45% -
HSV(B) 265.62º 0.88% 0.8% -
XYZ 16.49 7.77 57.13 -
YUV 68.02 204.18 151.53 -
System Red Green Blue C M Y K H S L
Decimal 101 25 203 0.50 0.88 0 0.20 265.62 0.78 0.45
Hex 65 19 CB 32 58 0 14 10A 4E 2D
Octal 145 31 313 62 130 0 24 412 116 55
Binary 1100101 11001 11001011 110010 1011000 0 10100 100001010 1001110 101101

Color Harmonies of #6519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519CB

Black with #6519CB

Text Example


Text Example

White with #6519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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