Html Css Color HEX #6139CC Purple Heart

📋 copy color: '#6139CC'

red 97 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #6139CC

Tints of Purple Heart #6139CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 27.09%
G = 15.92%
B = 56.98%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6139CC (or 0x6139CC) is known color: Purple Heart. HEX triplet: 61, 39 and CC. RGB value is (97,57,204). Sum of RGB (Red+Green+Blue) = 97+57+204=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #6139CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139CC is #9EC633. Grayscale: #555555. Windows color (decimal): -10405428 or 13384033. OLE color: 13384033.

HSL color Cylindrical-coordinate representation of color #6139CC: hue angle of 256.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6139CC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 57 204 -
CMYK 0.52 0.72 0 0.2
HSL 256.33º 0.59% 0.51% -
HSV(B) 256.33º 0.72% 0.8% -
XYZ 17.29 9.83 58.11 -
YUV 85.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 97 57 204 0.52 0.72 0 0.2 256.33 0.59 0.51
Hex 61 39 CC 34 48 0 14 100 3B 33
Octal 141 71 314 64 110 0 24 400 73 63
Binary 1100001 111001 11001100 110100 1001000 0 10100 100000000 111011 110011

Color Harmonies of #6139CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139CC

Black with #6139CC

Text Example


Text Example

White with #6139CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6139CC; }

 p { color: rgb(97,57,204); }

 H1.HeaderClassName
 {
   color: #6139CC;
 }
 .AnyTagClassName
 {
   color: #6139CC;
 }
</style>

background-color css

<style>
 a { background-color: #6139CC; }

 a { background-color: rgb(97,57,204); }

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

border-color css

<style>
 span { border-color: #6139CC; }

 span { border-color: rgb(97,57,204); }

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