Html Css Color HEX #6236C0 Purple Heart

📋 copy color: '#6236C0'

red 98 ◦ green 54 ◦ blue 192

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

Shades of Purple Heart #6236C0

Tints of Purple Heart #6236C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.81%

R = 28.49%
G = 15.7%
B = 55.81%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6236C0 (or 0x6236C0) is known color: Purple Heart. HEX triplet: 62, 36 and C0. RGB value is (98,54,192). Sum of RGB (Red+Green+Blue) = 98+54+192=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #6236C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236C0 is #9DC93F. Grayscale: #525252. Windows color (decimal): -10340672 or 12596834. OLE color: 12596834.

HSL color Cylindrical-coordinate representation of color #6236C0: hue angle of 259.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6236C0 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 54 192 -
CMYK 0.49 0.72 0 0.25
HSL 259.13º 0.56% 0.48% -
HSV(B) 259.13º 0.72% 0.75% -
XYZ 15.87 9.04 50.78 -
YUV 82.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 98 54 192 0.49 0.72 0 0.25 259.13 0.56 0.48
Hex 62 36 C0 31 48 0 19 103 38 30
Octal 142 66 300 61 110 0 31 403 70 60
Binary 1100010 110110 11000000 110001 1001000 0 11001 100000011 111000 110000

Color Harmonies of #6236C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6236C0

Black with #6236C0

Text Example


Text Example

White with #6236C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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