Html Css Color HEX #6942CE Purple Heart

📋 copy color: '#6942CE'

red 105 ◦ green 66 ◦ blue 206

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

Shades of Purple Heart #6942CE

Tints of Purple Heart #6942CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 27.85%
G = 17.51%
B = 54.64%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6942CE (or 0x6942CE) is known color: Purple Heart. HEX triplet: 69, 42 and CE. RGB value is (105,66,206). Sum of RGB (Red+Green+Blue) = 105+66+206=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #6942CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942CE is #96BD31. Grayscale: #5D5D5D. Windows color (decimal): -9878834 or 13517417. OLE color: 13517417.

HSL color Cylindrical-coordinate representation of color #6942CE: hue angle of 256.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6942CE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 66 206 -
CMYK 0.49 0.68 0 0.19
HSL 256.71º 0.59% 0.53% -
HSV(B) 256.71º 0.68% 0.81% -
XYZ 18.91 11.36 59.59 -
YUV 93.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 105 66 206 0.49 0.68 0 0.19 256.71 0.59 0.53
Hex 69 42 CE 31 44 0 13 101 3B 35
Octal 151 102 316 61 104 0 23 401 73 65
Binary 1101001 1000010 11001110 110001 1000100 0 10011 100000001 111011 110101

Color Harmonies of #6942CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942CE

Black with #6942CE

Text Example


Text Example

White with #6942CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6942CE; }

 p { color: rgb(105,66,206); }

 H1.HeaderClassName
 {
   color: #6942CE;
 }
 .AnyTagClassName
 {
   color: #6942CE;
 }
</style>

background-color css

<style>
 a { background-color: #6942CE; }

 a { background-color: rgb(105,66,206); }

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

border-color css

<style>
 span { border-color: #6942CE; }

 span { border-color: rgb(105,66,206); }

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