Html Css Color HEX #6B19CD Purple Heart

📋 copy color: '#6B19CD'

red 107 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #6B19CD

Tints of Purple Heart #6B19CD

RGB

 RED value IS 107 (42.19% from 255) = 31.75%

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 31.75%
G = 7.42%
B = 60.83%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B19CD (or 0x6B19CD) is known color: Purple Heart. HEX triplet: 6B, 19 and CD. RGB value is (107,25,205). Sum of RGB (Red+Green+Blue) = 107+25+205=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B19CD is #94E632. Grayscale: #454545. Windows color (decimal): -9758259 or 13441387. OLE color: 13441387.

HSL color Cylindrical-coordinate representation of color #6B19CD: hue angle of 267.33º 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 #6B19CD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 25 205 -
CMYK 0.48 0.88 0 0.20
HSL 267.33º 0.78% 0.45% -
HSV(B) 267.33º 0.88% 0.8% -
XYZ 17.43 8.23 58.43 -
YUV 70.04 204.17 154.36 -
System Red Green Blue C M Y K H S L
Decimal 107 25 205 0.48 0.88 0 0.20 267.33 0.78 0.45
Hex 6B 19 CD 30 58 0 14 10B 4E 2D
Octal 153 31 315 60 130 0 24 413 116 55
Binary 1101011 11001 11001101 110000 1011000 0 10100 100001011 1001110 101101

Color Harmonies of #6B19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B19CD

Black with #6B19CD

Text Example


Text Example

White with #6B19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B19CD; }

 p { color: rgb(107,25,205); }

 H1.HeaderClassName
 {
   color: #6B19CD;
 }
 .AnyTagClassName
 {
   color: #6B19CD;
 }
</style>

background-color css

<style>
 a { background-color: #6B19CD; }

 a { background-color: rgb(107,25,205); }

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

border-color css

<style>
 span { border-color: #6B19CD; }

 span { border-color: rgb(107,25,205); }

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