Html Css Color HEX #6225CE Purple Heart

📋 copy color: '#6225CE'

red 98 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #6225CE

Tints of Purple Heart #6225CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 28.74%
G = 10.85%
B = 60.41%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6225CE (or 0x6225CE) is known color: Purple Heart. HEX triplet: 62, 25 and CE. RGB value is (98,37,206). Sum of RGB (Red+Green+Blue) = 98+37+206=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6225CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225CE is #9DDA31. Grayscale: #494949. Windows color (decimal): -10345010 or 13509986. OLE color: 13509986.

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

Color convert

RGB 98 37 206 -
CMYK 0.52 0.82 0 0.19
HSL 261.66º 0.7% 0.48% -
HSV(B) 261.66º 0.82% 0.81% -
XYZ 16.84 8.38 59.12 -
YUV 74.51 202.21 144.76 -
System Red Green Blue C M Y K H S L
Decimal 98 37 206 0.52 0.82 0 0.19 261.66 0.7 0.48
Hex 62 25 CE 34 52 0 13 106 46 30
Octal 142 45 316 64 122 0 23 406 106 60
Binary 1100010 100101 11001110 110100 1010010 0 10011 100000110 1000110 110000

Color Harmonies of #6225CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6225CE

Black with #6225CE

Text Example


Text Example

White with #6225CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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