Html Css Color HEX #6234CE Purple Heart

📋 copy color: '#6234CE'

red 98 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6234CE

Tints of Purple Heart #6234CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 27.53%
G = 14.61%
B = 57.87%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6234CE (or 0x6234CE) is known color: Purple Heart. HEX triplet: 62, 34 and CE. RGB value is (98,52,206). Sum of RGB (Red+Green+Blue) = 98+52+206=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6234CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234CE is #9DCB31. Grayscale: #525252. Windows color (decimal): -10341170 or 13513826. OLE color: 13513826.

HSL color Cylindrical-coordinate representation of color #6234CE: hue angle of 257.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6234CE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 52 206 -
CMYK 0.52 0.75 0 0.19
HSL 257.92º 0.61% 0.51% -
HSV(B) 257.92º 0.75% 0.81% -
XYZ 17.41 9.51 59.31 -
YUV 83.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 98 52 206 0.52 0.75 0 0.19 257.92 0.61 0.51
Hex 62 34 CE 34 4B 0 13 102 3D 33
Octal 142 64 316 64 113 0 23 402 75 63
Binary 1100010 110100 11001110 110100 1001011 0 10011 100000010 111101 110011

Color Harmonies of #6234CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6234CE

Black with #6234CE

Text Example


Text Example

White with #6234CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6234CE; }

 p { color: rgb(98,52,206); }

 H1.HeaderClassName
 {
   color: #6234CE;
 }
 .AnyTagClassName
 {
   color: #6234CE;
 }
</style>

background-color css

<style>
 a { background-color: #6234CE; }

 a { background-color: rgb(98,52,206); }

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

border-color css

<style>
 span { border-color: #6234CE; }

 span { border-color: rgb(98,52,206); }

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