Html Css Color HEX #6135CE Purple Heart

📋 copy color: '#6135CE'

red 97 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #6135CE

Tints of Purple Heart #6135CE

RGB

 RED value IS 97 (38.28% from 255) = 27.25%

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

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

R = 27.25%
G = 14.89%
B = 57.87%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6135CE (or 0x6135CE) is known color: Purple Heart. HEX triplet: 61, 35 and CE. RGB value is (97,53,206). Sum of RGB (Red+Green+Blue) = 97+53+206=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6135CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135CE is #9ECA31. Grayscale: #535353. Windows color (decimal): -10406450 or 13514081. OLE color: 13514081.

HSL color Cylindrical-coordinate representation of color #6135CE: hue angle of 257.25º 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 #6135CE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 53 206 -
CMYK 0.53 0.74 0 0.19
HSL 257.25º 0.61% 0.51% -
HSV(B) 257.25º 0.74% 0.81% -
XYZ 17.34 9.54 59.32 -
YUV 83.6 197.08 137.56 -
System Red Green Blue C M Y K H S L
Decimal 97 53 206 0.53 0.74 0 0.19 257.25 0.61 0.51
Hex 61 35 CE 35 4A 0 13 101 3D 33
Octal 141 65 316 65 112 0 23 401 75 63
Binary 1100001 110101 11001110 110101 1001010 0 10011 100000001 111101 110011

Color Harmonies of #6135CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6135CE

Black with #6135CE

Text Example


Text Example

White with #6135CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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