Html Css Color HEX #6919CF Purple Heart

📋 copy color: '#6919CF'

red 105 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #6919CF

Tints of Purple Heart #6919CF

RGB

 RED value IS 105 (41.41% from 255) = 31.16%

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

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

R = 31.16%
G = 7.42%
B = 61.42%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6919CF (or 0x6919CF) is known color: Purple Heart. HEX triplet: 69, 19 and CF. RGB value is (105,25,207). Sum of RGB (Red+Green+Blue) = 105+25+207=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #6919CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6919CF is #96E630. Grayscale: #454545. Windows color (decimal): -9889329 or 13572457. OLE color: 13572457.

HSL color Cylindrical-coordinate representation of color #6919CF: hue angle of 266.37º 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 #6919CF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 25 207 -
CMYK 0.49 0.88 0 0.19
HSL 266.37º 0.78% 0.45% -
HSV(B) 266.37º 0.88% 0.81% -
XYZ 17.44 8.2 59.7 -
YUV 69.67 205.5 153.2 -
System Red Green Blue C M Y K H S L
Decimal 105 25 207 0.49 0.88 0 0.19 266.37 0.78 0.45
Hex 69 19 CF 31 58 0 13 10A 4E 2D
Octal 151 31 317 61 130 0 23 412 116 55
Binary 1101001 11001 11001111 110001 1011000 0 10011 100001010 1001110 101101

Color Harmonies of #6919CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919CF

Black with #6919CF

Text Example


Text Example

White with #6919CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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