Html Css Color HEX #6135BA Purple Heart

📋 copy color: '#6135BA'

red 97 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6135BA

Tints of Purple Heart #6135BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 28.87%
G = 15.77%
B = 55.36%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6135BA (or 0x6135BA) is known color: Purple Heart. HEX triplet: 61, 35 and BA. RGB value is (97,53,186). Sum of RGB (Red+Green+Blue) = 97+53+186=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #6135BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135BA is #9ECA45. Grayscale: #505050. Windows color (decimal): -10406470 or 12203361. OLE color: 12203361.

HSL color Cylindrical-coordinate representation of color #6135BA: hue angle of 259.85º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6135BA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 53 186 -
CMYK 0.48 0.72 0 0.27
HSL 259.85º 0.56% 0.47% -
HSV(B) 259.85º 0.72% 0.73% -
XYZ 15.07 8.63 47.33 -
YUV 81.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 97 53 186 0.48 0.72 0 0.27 259.85 0.56 0.47
Hex 61 35 BA 30 48 0 1B 104 38 2F
Octal 141 65 272 60 110 0 33 404 70 57
Binary 1100001 110101 10111010 110000 1001000 0 11011 100000100 111000 101111

Color Harmonies of #6135BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6135BA

Black with #6135BA

Text Example


Text Example

White with #6135BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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