Html Css Color HEX #6920CE Purple Heart

📋 copy color: '#6920CE'

red 105 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6920CE

Tints of Purple Heart #6920CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 30.61%
G = 9.33%
B = 60.06%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6920CE (or 0x6920CE) is known color: Purple Heart. HEX triplet: 69, 20 and CE. RGB value is (105,32,206). Sum of RGB (Red+Green+Blue) = 105+32+206=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #6920CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6920CE is #96DF31. Grayscale: #494949. Windows color (decimal): -9887538 or 13508713. OLE color: 13508713.

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

Color convert

RGB 105 32 206 -
CMYK 0.49 0.84 0 0.19
HSL 265.17º 0.73% 0.47% -
HSV(B) 265.17º 0.84% 0.81% -
XYZ 17.48 8.49 59.11 -
YUV 73.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 105 32 206 0.49 0.84 0 0.19 265.17 0.73 0.47
Hex 69 20 CE 31 54 0 13 109 49 2F
Octal 151 40 316 61 124 0 23 411 111 57
Binary 1101001 100000 11001110 110001 1010100 0 10011 100001001 1001001 101111

Color Harmonies of #6920CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6920CE

Black with #6920CE

Text Example


Text Example

White with #6920CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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