Html Css Color HEX #6236CC Purple Heart

📋 copy color: '#6236CC'

red 98 ◦ green 54 ◦ blue 204

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

Shades of Purple Heart #6236CC

Tints of Purple Heart #6236CC

RGB

 RED value IS 98 (38.67% from 255) = 27.53%

 GREEN value IS 54 (21.48% from 255) = 15.17%

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

R = 27.53%
G = 15.17%
B = 57.3%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6236CC (or 0x6236CC) is known color: Purple Heart. HEX triplet: 62, 36 and CC. RGB value is (98,54,204). Sum of RGB (Red+Green+Blue) = 98+54+204=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #6236CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236CC is #9DC933. Grayscale: #535353. Windows color (decimal): -10340660 or 13383266. OLE color: 13383266.

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

Color convert

RGB 98 54 204 -
CMYK 0.52 0.74 0 0.2
HSL 257.6º 0.6% 0.51% -
HSV(B) 257.6º 0.74% 0.8% -
XYZ 17.26 9.59 58.07 -
YUV 84.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 98 54 204 0.52 0.74 0 0.2 257.6 0.6 0.51
Hex 62 36 CC 34 4A 0 14 102 3C 33
Octal 142 66 314 64 112 0 24 402 74 63
Binary 1100010 110110 11001100 110100 1001010 0 10100 100000010 111100 110011

Color Harmonies of #6236CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6236CC

Black with #6236CC

Text Example


Text Example

White with #6236CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,54,204); }

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

background-color css

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

 a { background-color: rgb(98,54,204); }

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

border-color css

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

 span { border-color: rgb(98,54,204); }

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