Html Css Color HEX #6302BE Purple Heart

📋 copy color: '#6302BE'

red 99 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #6302BE

Tints of Purple Heart #6302BE

RGB

 RED value IS 99 (39.06% from 255) = 34.02%

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 34.02%
G = 0.69%
B = 65.29%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6302BE (or 0x6302BE) is known color: Purple Heart. HEX triplet: 63, 02 and BE. RGB value is (99,2,190). Sum of RGB (Red+Green+Blue) = 99+2+190=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #6302BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302BE is #9CFD41. Grayscale: #333333. Windows color (decimal): -10288450 or 12452451. OLE color: 12452451.

HSL color Cylindrical-coordinate representation of color #6302BE: hue angle of 270.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302BE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 2 190 -
CMYK 0.48 0.99 0 0.25
HSL 270.96º 0.98% 0.38% -
HSV(B) 270.96º 0.99% 0.75% -
XYZ 14.46 6.41 49.19 -
YUV 52.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 99 2 190 0.48 0.99 0 0.25 270.96 0.98 0.38
Hex 63 2 BE 30 63 0 19 10F 62 26
Octal 143 2 276 60 143 0 31 417 142 46
Binary 1100011 10 10111110 110000 1100011 0 11001 100001111 1100010 100110

Color Harmonies of #6302BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302BE

Black with #6302BE

Text Example


Text Example

White with #6302BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6302BE; }

 p { color: rgb(99,2,190); }

 H1.HeaderClassName
 {
   color: #6302BE;
 }
 .AnyTagClassName
 {
   color: #6302BE;
 }
</style>

background-color css

<style>
 a { background-color: #6302BE; }

 a { background-color: rgb(99,2,190); }

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

border-color css

<style>
 span { border-color: #6302BE; }

 span { border-color: rgb(99,2,190); }

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