Html Css Color HEX #6935CE Purple Heart

📋 copy color: '#6935CE'

red 105 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #6935CE

Tints of Purple Heart #6935CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 28.85%
G = 14.56%
B = 56.59%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6935CE (or 0x6935CE) is known color: Purple Heart. HEX triplet: 69, 35 and CE. RGB value is (105,53,206). Sum of RGB (Red+Green+Blue) = 105+53+206=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #6935CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935CE is #96CA31. Grayscale: #555555. Windows color (decimal): -9882162 or 13514089. OLE color: 13514089.

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

Color convert

RGB 105 53 206 -
CMYK 0.49 0.74 0 0.19
HSL 260.39º 0.61% 0.51% -
HSV(B) 260.39º 0.74% 0.81% -
XYZ 18.24 10.01 59.36 -
YUV 85.99 195.73 141.56 -
System Red Green Blue C M Y K H S L
Decimal 105 53 206 0.49 0.74 0 0.19 260.39 0.61 0.51
Hex 69 35 CE 31 4A 0 13 104 3D 33
Octal 151 65 316 61 112 0 23 404 75 63
Binary 1101001 110101 11001110 110001 1001010 0 10011 100000100 111101 110011

Color Harmonies of #6935CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6935CE

Black with #6935CE

Text Example


Text Example

White with #6935CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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