Html Css Color HEX #530CCF Purple Heart

📋 copy color: '#530CCF'

red 83 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #530CCF

Tints of Purple Heart #530CCF

RGB

 RED value IS 83 (32.81% from 255) = 27.48%

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 27.48%
G = 3.97%
B = 68.54%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#530CCF (or 0x530CCF) is known color: Purple Heart. HEX triplet: 53, 0C and CF. RGB value is (83,12,207). Sum of RGB (Red+Green+Blue) = 83+12+207=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #530CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CCF is #ACF330. Grayscale: #363636. Windows color (decimal): -11334449 or 13569107. OLE color: 13569107.

HSL color Cylindrical-coordinate representation of color #530CCF: hue angle of 261.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CCF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 12 207 -
CMYK 0.60 0.94 0 0.19
HSL 261.85º 0.89% 0.43% -
HSV(B) 261.85º 0.94% 0.81% -
XYZ 14.96 6.61 59.52 -
YUV 55.46 213.52 147.64 -
System Red Green Blue C M Y K H S L
Decimal 83 12 207 0.60 0.94 0 0.19 261.85 0.89 0.43
Hex 53 C CF 3C 5E 0 13 106 59 2B
Octal 123 14 317 74 136 0 23 406 131 53
Binary 1010011 1100 11001111 111100 1011110 0 10011 100000110 1011001 101011

Color Harmonies of #530CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CCF

Black with #530CCF

Text Example


Text Example

White with #530CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530CCF; }

 p { color: rgb(83,12,207); }

 H1.HeaderClassName
 {
   color: #530CCF;
 }
 .AnyTagClassName
 {
   color: #530CCF;
 }
</style>

background-color css

<style>
 a { background-color: #530CCF; }

 a { background-color: rgb(83,12,207); }

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

border-color css

<style>
 span { border-color: #530CCF; }

 span { border-color: rgb(83,12,207); }

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