Html Css Color HEX #6302CF Purple Heart

📋 copy color: '#6302CF'

red 99 ◦ green 2 ◦ blue 207

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

Shades of Purple Heart #6302CF

Tints of Purple Heart #6302CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 32.14%
G = 0.65%
B = 67.21%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6302CF (or 0x6302CF) is known color: Purple Heart. HEX triplet: 63, 02 and CF. RGB value is (99,2,207). Sum of RGB (Red+Green+Blue) = 99+2+207=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #6302CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CF is #9CFD30. Grayscale: #353535. Windows color (decimal): -10288433 or 13566563. OLE color: 13566563.

HSL color Cylindrical-coordinate representation of color #6302CF: hue angle of 268.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302CF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 2 207 -
CMYK 0.52 0.99 0 0.19
HSL 268.39º 0.98% 0.41% -
HSV(B) 268.39º 0.99% 0.81% -
XYZ 16.43 7.2 59.56 -
YUV 54.37 214.14 159.83 -
System Red Green Blue C M Y K H S L
Decimal 99 2 207 0.52 0.99 0 0.19 268.39 0.98 0.41
Hex 63 2 CF 34 63 0 13 10C 62 29
Octal 143 2 317 64 143 0 23 414 142 51
Binary 1100011 10 11001111 110100 1100011 0 10011 100001100 1100010 101001

Color Harmonies of #6302CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302CF

Black with #6302CF

Text Example


Text Example

White with #6302CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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