Html Css Color HEX #6232CD Purple Heart

📋 copy color: '#6232CD'

red 98 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #6232CD

Tints of Purple Heart #6232CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 27.76%
G = 14.16%
B = 58.07%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6232CD (or 0x6232CD) is known color: Purple Heart. HEX triplet: 62, 32 and CD. RGB value is (98,50,205). Sum of RGB (Red+Green+Blue) = 98+50+205=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #6232CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232CD is #9DCD32. Grayscale: #515151. Windows color (decimal): -10341683 or 13447778. OLE color: 13447778.

HSL color Cylindrical-coordinate representation of color #6232CD: hue angle of 258.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6232CD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 50 205 -
CMYK 0.52 0.76 0 0.20
HSL 258.58º 0.61% 0.5% -
HSV(B) 258.58º 0.76% 0.8% -
XYZ 17.2 9.29 58.64 -
YUV 82.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 98 50 205 0.52 0.76 0 0.20 258.58 0.61 0.5
Hex 62 32 CD 34 4C 0 14 103 3D 32
Octal 142 62 315 64 114 0 24 403 75 62
Binary 1100010 110010 11001101 110100 1001100 0 10100 100000011 111101 110010

Color Harmonies of #6232CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6232CD

Black with #6232CD

Text Example


Text Example

White with #6232CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6232CD; }

 p { color: rgb(98,50,205); }

 H1.HeaderClassName
 {
   color: #6232CD;
 }
 .AnyTagClassName
 {
   color: #6232CD;
 }
</style>

background-color css

<style>
 a { background-color: #6232CD; }

 a { background-color: rgb(98,50,205); }

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

border-color css

<style>
 span { border-color: #6232CD; }

 span { border-color: rgb(98,50,205); }

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