Html Css Color HEX #6034C6 Purple Heart

📋 copy color: '#6034C6'

red 96 ◦ green 52 ◦ blue 198

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

Shades of Purple Heart #6034C6

Tints of Purple Heart #6034C6

RGB

 RED value IS 96 (37.89% from 255) = 27.75%

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 198 (77.73% from 255) = 57.23%

R = 27.75%
G = 15.03%
B = 57.23%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6034C6 (or 0x6034C6) is known color: Purple Heart. HEX triplet: 60, 34 and C6. RGB value is (96,52,198). Sum of RGB (Red+Green+Blue) = 96+52+198=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #6034C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034C6 is #9FCB39. Grayscale: #515151. Windows color (decimal): -10472250 or 12989536. OLE color: 12989536.

HSL color Cylindrical-coordinate representation of color #6034C6: hue angle of 258.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6034C6 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 52 198 -
CMYK 0.52 0.74 0 0.22
HSL 258.08º 0.58% 0.49% -
HSV(B) 258.08º 0.74% 0.78% -
XYZ 16.24 9.02 54.31 -
YUV 81.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 96 52 198 0.52 0.74 0 0.22 258.08 0.58 0.49
Hex 60 34 C6 34 4A 0 16 102 3A 31
Octal 140 64 306 64 112 0 26 402 72 61
Binary 1100000 110100 11000110 110100 1001010 0 10110 100000010 111010 110001

Color Harmonies of #6034C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034C6

Black with #6034C6

Text Example


Text Example

White with #6034C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6034C6; }

 p { color: rgb(96,52,198); }

 H1.HeaderClassName
 {
   color: #6034C6;
 }
 .AnyTagClassName
 {
   color: #6034C6;
 }
</style>

background-color css

<style>
 a { background-color: #6034C6; }

 a { background-color: rgb(96,52,198); }

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

border-color css

<style>
 span { border-color: #6034C6; }

 span { border-color: rgb(96,52,198); }

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