Html Css Color HEX #6926CC Purple Heart

📋 copy color: '#6926CC'

red 105 ◦ green 38 ◦ blue 204

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

Shades of Purple Heart #6926CC

Tints of Purple Heart #6926CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.95%

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

R = 30.26%
G = 10.95%
B = 58.79%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6926CC (or 0x6926CC) is known color: Purple Heart. HEX triplet: 69, 26 and CC. RGB value is (105,38,204). Sum of RGB (Red+Green+Blue) = 105+38+204=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #6926CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926CC is #96D933. Grayscale: #4C4C4C. Windows color (decimal): -9886004 or 13379177. OLE color: 13379177.

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

Color convert

RGB 105 38 204 -
CMYK 0.49 0.81 0 0.2
HSL 264.22º 0.69% 0.47% -
HSV(B) 264.22º 0.81% 0.8% -
XYZ 17.42 8.75 57.9 -
YUV 76.96 199.7 148 -
System Red Green Blue C M Y K H S L
Decimal 105 38 204 0.49 0.81 0 0.2 264.22 0.69 0.47
Hex 69 26 CC 31 51 0 14 108 45 2F
Octal 151 46 314 61 121 0 24 410 105 57
Binary 1101001 100110 11001100 110001 1010001 0 10100 100001000 1000101 101111

Color Harmonies of #6926CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6926CC

Black with #6926CC

Text Example


Text Example

White with #6926CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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