Html Css Color HEX #6230DC Purple Heart

📋 copy color: '#6230DC'

red 98 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #6230DC

Tints of Purple Heart #6230DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 26.78%
G = 13.11%
B = 60.11%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6230DC (or 0x6230DC) is known color: Purple Heart. HEX triplet: 62, 30 and DC. RGB value is (98,48,220). Sum of RGB (Red+Green+Blue) = 98+48+220=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #6230DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230DC is #9DCF23. Grayscale: #515151. Windows color (decimal): -10342180 or 14430306. OLE color: 14430306.

HSL color Cylindrical-coordinate representation of color #6230DC: hue angle of 257.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6230DC is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 48 220 -
CMYK 0.55 0.78 0 0.14
HSL 257.44º 0.71% 0.53% -
HSV(B) 257.44º 0.78% 0.86% -
XYZ 19.01 9.88 68.61 -
YUV 82.56 205.57 139.01 -
System Red Green Blue C M Y K H S L
Decimal 98 48 220 0.55 0.78 0 0.14 257.44 0.71 0.53
Hex 62 30 DC 37 4E 0 E 101 47 35
Octal 142 60 334 67 116 0 16 401 107 65
Binary 1100010 110000 11011100 110111 1001110 0 1110 100000001 1000111 110101

Color Harmonies of #6230DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6230DC

Black with #6230DC

Text Example


Text Example

White with #6230DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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