Html Css Color HEX #6916CC Purple Heart

📋 copy color: '#6916CC'

red 105 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #6916CC

Tints of Purple Heart #6916CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 31.72%
G = 6.65%
B = 61.63%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6916CC (or 0x6916CC) is known color: Purple Heart. HEX triplet: 69, 16 and CC. RGB value is (105,22,204). Sum of RGB (Red+Green+Blue) = 105+22+204=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #6916CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916CC is #96E933. Grayscale: #424242. Windows color (decimal): -9890100 or 13375081. OLE color: 13375081.

HSL color Cylindrical-coordinate representation of color #6916CC: hue angle of 267.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6916CC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 22 204 -
CMYK 0.49 0.89 0 0.2
HSL 267.36º 0.81% 0.44% -
HSV(B) 267.36º 0.89% 0.8% -
XYZ 17.01 7.94 57.76 -
YUV 67.57 205 154.7 -
System Red Green Blue C M Y K H S L
Decimal 105 22 204 0.49 0.89 0 0.2 267.36 0.81 0.44
Hex 69 16 CC 31 59 0 14 10B 51 2C
Octal 151 26 314 61 131 0 24 413 121 54
Binary 1101001 10110 11001100 110001 1011001 0 10100 100001011 1010001 101100

Color Harmonies of #6916CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6916CC

Black with #6916CC

Text Example


Text Example

White with #6916CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6916CC; }

 p { color: rgb(105,22,204); }

 H1.HeaderClassName
 {
   color: #6916CC;
 }
 .AnyTagClassName
 {
   color: #6916CC;
 }
</style>

background-color css

<style>
 a { background-color: #6916CC; }

 a { background-color: rgb(105,22,204); }

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

border-color css

<style>
 span { border-color: #6916CC; }

 span { border-color: rgb(105,22,204); }

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