Html Css Color HEX #6233DC Purple Heart

📋 copy color: '#6233DC'

red 98 ◦ green 51 ◦ blue 220

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

Shades of Purple Heart #6233DC

Tints of Purple Heart #6233DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.82%

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

R = 26.56%
G = 13.82%
B = 59.62%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6233DC (or 0x6233DC) is known color: Purple Heart. HEX triplet: 62, 33 and DC. RGB value is (98,51,220). Sum of RGB (Red+Green+Blue) = 98+51+220=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #6233DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233DC is #9DCC23. Grayscale: #535353. Windows color (decimal): -10341412 or 14431074. OLE color: 14431074.

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

Color convert

RGB 98 51 220 -
CMYK 0.55 0.77 0 0.14
HSL 256.69º 0.71% 0.53% -
HSV(B) 256.69º 0.77% 0.86% -
XYZ 19.14 10.13 68.66 -
YUV 84.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 98 51 220 0.55 0.77 0 0.14 256.69 0.71 0.53
Hex 62 33 DC 37 4D 0 E 101 47 35
Octal 142 63 334 67 115 0 16 401 107 65
Binary 1100010 110011 11011100 110111 1001101 0 1110 100000001 1000111 110101

Color Harmonies of #6233DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6233DC

Black with #6233DC

Text Example


Text Example

White with #6233DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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