Html Css Color HEX #6230CE Purple Heart

📋 copy color: '#6230CE'

red 98 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #6230CE

Tints of Purple Heart #6230CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

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

R = 27.84%
G = 13.64%
B = 58.52%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6230CE (or 0x6230CE) is known color: Purple Heart. HEX triplet: 62, 30 and CE. RGB value is (98,48,206). Sum of RGB (Red+Green+Blue) = 98+48+206=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #6230CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230CE is #9DCF31. Grayscale: #505050. Windows color (decimal): -10342194 or 13512802. OLE color: 13512802.

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

Color convert

RGB 98 48 206 -
CMYK 0.52 0.77 0 0.19
HSL 258.99º 0.62% 0.5% -
HSV(B) 258.99º 0.77% 0.81% -
XYZ 17.23 9.17 59.25 -
YUV 80.96 198.57 140.15 -
System Red Green Blue C M Y K H S L
Decimal 98 48 206 0.52 0.77 0 0.19 258.99 0.62 0.5
Hex 62 30 CE 34 4D 0 13 103 3E 32
Octal 142 60 316 64 115 0 23 403 76 62
Binary 1100010 110000 11001110 110100 1001101 0 10011 100000011 111110 110010

Color Harmonies of #6230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6230CE

Black with #6230CE

Text Example


Text Example

White with #6230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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